"192.168.0.1:sipop" Previous topic Chapter index Next topic

PATOLOGIAS_BD

 

 

Descriptions

There is no desription for trigger PATOLOGIAS_BD

 

Definition


CREATE TRIGGER PATOLOGIAS_BD FOR PATOLOGIAS ACTIVE
BEFORE DELETE POSITION 0
AS
declare variable HIJO INTEGER;
BEGIN
  /* Trigger body */
  SELECT COUNT (ID_PATOLOGIAS) FROM PATOLOGIAS
         WHERE
           ID_PADRE_PATOLOGIA = OLD.ID_PATOLOGIAS
       INTO:HIJO;
  if (HIJO>0) then
  BEGIN
      EXCEPTION exception_hijoexiste;
  END



END

    This file was generated with EMS InterBase/FireBird Manager (www.ibmanager.com) at 09/06/2005 05:52 p.m. Previous topic Chapter index Next topic